home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / KromoWindow.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  212 b   |  10 lines

  1. module oKromoWindow is cPlugin
  2. has
  3.     InitializeRuntime(theRuntime)
  4.     do
  5.         oKromoGUIPlugin.KR_Window_DragCursorUp := oOpenHandCursor;
  6.         oKromoGUIPlugin.KR_Window_DragCursorDown := oClosedHandCursor;
  7.     end;
  8. with
  9. end;
  10.